.fixedmenubox {
	width: 70px;
	position: fixed;
	z-index: 999;
	bottom: 64px;
	right: 22px;
}
.fixedmenubox .fixedmenu-mask {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}
.fixedmenubox .fixedmenu {
	width: 70px;
	position: relative;
	z-index: 1000;
}
.fixedmenubox .fixedmenu .topbox {
	cursor: pointer;
	position: relative;
}
.fixedmenubox .fixedmenu .topbox:after {
	content: "";
	display: block;
	border: 2px solid #155bd4;
	border-radius: 50%;
	width: 67px;
	height: 67px;
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: -1;
}
.fixedmenubox .fixedmenu .topbox .top-border {
	position: absolute;
	border-radius: 50%;
	width: 63px;
	height: 63px;
	background: url(/skin/v3/img/topborder.png) no-repeat;
	background-size: 100% 100%;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	transform-origin: center;
	-webkit-animation: breathe 1s infinite linear;
	-moz-animation: breathe 1s infinite linear;
	animation: breathe 1s infinite linear;
}
@keyframes breathe {
	0% {
		transform: scale(1,1);
		opacity: 1;
	}
	25% {
		transform: scale(1.1, 1.1);
		opacity: 0.8;
	}
	50% {
		transform: scale(1.3, 1.3);
		opacity: 0.1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.fixedmenubox .fixedmenu .topbox .top-img {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	-webkit-animation: breatheImg 1s infinite linear;
    -moz-animation: breatheImg 1s infinite linear;
    animation: breatheImg 1s infinite linear;
}
@keyframes breatheImg {
	0% {
		transform: scale(1,1);
	}
	25% {
		transform: scale(0.9, 0.9);
	}
	50% {
		transform: scale(0.8, 0.8);
	}
	75% {
		transform: scale(0.9, 0.9);
	}
	100% {
		transform: scale(1,1);
	}
}
.fixedmenubox .fixedmenu .topbox .top-text {
	min-width: inherit;
	font-size: 13px;
	width: 68px;
	height: 26px;
	border-radius: 2px;
	line-height: 26px;
	color: #155bd4;
	background: #f2f5fc;
	position: relative;
	text-align: center;
	margin-top: -12px;
}
.fixedmenubox .fixedmenu .topbox .top-text .txt {
	-webkit-animation: toggle 4s infinite linear alternate;
	-moz-animation: toggle 4s infinite linear alternate;
	animation: toggle 4s infinite linear alternate;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@keyframes toggle {
	0% {
		opacity: 1;
	}
	10% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	30% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	70% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.fixedmenubox .fixedmenu .topbox .top-text .point {
	position: absolute;
	width: 5px;
	height: 5px;
	background: url(/skin/v3/img/icon-point.png) no-repeat;
	background-size: 5px 5px;
}
.fixedmenubox .fixedmenu .topbox .top-text .point:nth-child(2){
	left: 22px;
	top: 10px;
	-webkit-animation: jump-1 1200ms linear infinite,dots-toggle 4s linear infinite alternate;
	-moz-animation: jump-1 1200ms linear infinite,dots-toggle 4s linear infinite alternate;
	animation: jump-1 1200ms linear infinite,dots-toggle 4s linear infinite alternate;
}
.fixedmenubox .fixedmenu .topbox .top-text .point:nth-child(3){
	left: 32px;
	top: 9px;
	-webkit-animation: jump-2 1200ms linear infinite,dots-toggle 4s linear infinite alternate;
	-moz-animation: jump-2 1200ms linear infinite,dots-toggle 4s linear infinite alternate;
	animation: jump-2 1200ms linear infinite,dots-toggle 4s linear infinite alternate;
}
.fixedmenubox .fixedmenu .topbox .top-text .point:nth-child(4){
	left: 42px;
	top: 10px;
	-webkit-animation: jump-3 1200ms linear infinite,dots-toggle 4s linear infinite alternate;
	-moz-animation: jump-3 1200ms linear infinite,dots-toggle 4s linear infinite alternate;
	animation: jump-3 1200ms linear infinite,dots-toggle 4s linear infinite alternate;
}
@keyframes dots-toggle {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
@keyframes jump-1 {
	0% {
		transform: translateY(0);
	}
	16.7% {
		transform: translateY(-1px);
	}
	33.3% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(1px);
	}
}

@keyframes jump-2 {
	0% {
		transform: translateY(0);
	}
	16.7% {
		transform: translateY(1px);
	}
	33.3% {
		transform: translateY(2px);
	}
	50% {
		transform: translateY(1px);
	}
}

@keyframes jump-3 {
	0% {
		transform: translateY(0);
	}
	16.7% {
		transform: translateY(1px);
	}
	33.3% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-1px);
	}
}

.fixedmenubox .fixedmenu .group {
	display: block;
	cursor: pointer;
	margin-top: 6px;
	width: 68px;
	min-height: 68px;
	border-radius: 4px;
	font-size: 13px;
	color: #fff;
	background-color: #274C9F;
	text-align: center;
	position: relative;
	padding-top: 3px;
	border: 1px solid transparent;
}
.fixedmenubox .fixedmenu .group:hover, .fixedmenubox .fixedmenu .group.active {
	border: 1px solid #274C9F;
}
.fixedmenubox .fixedmenu .group.active:after{
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 50%;
    left: -18px;
    z-index: 1503;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: default;
}
.fixedmenubox .fixedmenu .group.service.active:after {
	display: none;
}
.fixedmenubox .fixedmenu .group .iconbox {
	width: 100%;
	text-align: center;
}
.fixedmenubox .fixedmenu .group .iconbox .icon {
	font-size: 26px;
	color: #fff;
}
.fixedmenubox .fixedmenu .group .text {
	font-size: 12px;
	line-height: 18px;
	display: block;
}
.fixedmenubox .fixedmenu .fixedmenuchild {
	position: absolute;
	bottom: -30px;
	right: 87px;
	background-color: #fff;
	background-size: 100% 100%;
	border-radius: 8px;
	-webkit-box-shadow: 0 6px 20px 0 rgb(50 50 51 / 10%);
	box-shadow: 0 6px 20px 0 rgb(50 50 51 / 10%);
}
.fixedmenubox .fixedmenu .fixedmenuchild .child {
	width: 293px;
	height: 395px;
	background-image: url('/skin/v3/img/fixedbg.png');
	background-size: 100% 100%;
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 2px;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .top {
	width: 100%;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .top .text{
	font-size: 24px;
	line-height: 33px;
	color: #323233;
	font-weight: 600;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox {
	width: 100%;
	margin-top: 23px;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .qrcode {
	width: 196px;
	margin: 0 auto;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .qrcode img {
	width: 100%;
	height: auto;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .tit {
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 42px;
	color: #323233;
	font-weight: 600;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .text {
	width: 100%;
	text-align: center;
	margin-top: 16px;
	font-size: 16px;
	line-height: 22px;
	color: #323233;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .inp {
	width: 100%;
	border: 1px solid #dcdee0;
	border-radius: 2px;
	font-size: 14px;
	margin-top: 16px;
	position: relative;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .inp input {
    font-size: 14px;
	height: 40px;
	padding: 10px 8px;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .inp img {
	width: 50px;
	height: 30px;
	margin: 0 10px;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .inp .selectbox {
	line-height: 40px;
	padding: 0 8px;
	cursor: pointer;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .inp .selectbox span {
	font-size: 14px;
	display: inline-block;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .inp .selectbox .small {
	color: #666;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .inp .selectbox .icon {
	font-size: 24px;
	color: #666;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .inp .optlist {
	width: 100%;
	position: relative;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .inp .optlist .opt_1 {
	background-color: #fff;
	max-height: 200px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	/* width: 180px; */
	width: 252px;
	overflow-y: auto;
	-webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 15%);
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 15%);
	font-size: 14px;
	position: absolute;
	z-index: 1504;
	border-top: 1px solid #ddd;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .inp .optlist .opt_1 .opt {
	line-height: 22px;
	padding: 6px 12px;
	min-width: 168px;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .inp .optlist .opt_1 .opt:hover, 
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .inp .optlist .opt_1 .opt.active, 
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .inp .optlist .opt_2 .opt:hover, 
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .inp .optlist .opt_2 .opt:active {
	background-color: #edf4ff;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .inp .optlist .opt_2 {
	background-color: #fff;
	max-height: 238px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 180px;
	overflow-y: auto;
	-webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 15%);
	box-shadow: 0 2px 6px 0 rgb(0 0 0 / 15%);
	font-size: 14px;
	position: absolute;
	left: 180px;
	z-index: 1504;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .inp .optlist .opt_2 .opt {
	line-height: 22px;
	padding: 6px 12px;
	min-width: 168px;
}
.fixedmenubox .fixedmenu .fixedmenuchild .child .conbox .btn {
	width: 100%;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #155bd4;
	cursor: pointer;
	border-radius: 2px;
	margin-top: 30px;
}



/* 移动端底部样式 */
.m-footerbox {
	width: 10rem;
	background-color: #fff;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
	-webkit-box-shadow: 0 -0.026667rem .08rem 0 rgb(0 0 0 / 20%);
    box-shadow: 0 -0.026667rem .08rem 0 rgb(0 0 0 / 20%);
    box-sizing: content-box;
    z-index: 10;
}
.m-footerbox .m-footer {
	width: 9.2rem;
	padding: .2rem .4rem;
	background-color: #fff;
    box-sizing: content-box;
}
.m-footerbox .m-footer .m-icon-box {
	/*margin-right: .6rem;*/
}
.m-footerbox .m-footer .m-icon-box .m-icon .icon {
	font-size: .56rem;
	color: #204066;
}
.m-footerbox .m-footer .m-icon-box .m-icon .text {
	font-size: .346667rem;
	color: #333;
}
/*.m-footerbox .m-footer .m-btn {
	width: 5.2rem;
	line-height: .96rem;
	border-radius: .106667rem;
	background-color: #204066;
	text-align: center;
	font-size: .373333rem;
	color: #fff;
}*/
.m-footerbox .m-footer .m-btn {
	/*width: 4.2rem;*/
	min-width: 2rem;
	display: inline-block;
	padding: 0 .4rem;
	line-height: 1.066667rem;
	border-radius: 1.7rem;
	background-color: #fff;
	border: 1px solid #e6322e;
	text-align: center;
	font-size: .373333rem;
	color: #e6322e;
	margin-left: .2rem;
}
.m-footerbox .m-footer .m-btn.on {
	background-color: #e6322e;
	color: #fff;
}
.m-footer-H {
	width: 10rem;
	height: 1.466667rem;
	box-sizing: content-box;
	position: relative;
	padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    z-index: 0;
}

.m-form {
	width: 10rem;
	height: 0;
	/* height: 9.2rem; */
	background-color: #fff;
	position: fixed;
	z-index: 1000;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: .4rem .4rem 0 0; 
	padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.m-form.on {
	height: 9.2rem;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.m-form .m-form-box {
	display: none;
}
.m-form.on .m-form-box {
	display: block;
}
.m-form .m-top {
	width: 10rem;
	padding: .2rem .4rem;
	text-align: right;
}
.m-form .m-top .m-close {
	width: .6rem;
	height: .6rem;
	display: inline-block;
}
.m-form .m-top .m-close .m-icon {
	font-size: .746667rem;
	color: #666;
}
.m-form .m-title {
	width: 10rem;
}
.m-form .m-title span {
	font-size: .6rem;
	color: #000;
}
.m-form .group {
	width: 9.2rem;
	height: 1.2rem;
	/*line-height: 1.2rem;*/
	margin: .4rem;
	border: 1px solid #ddd;
	border-radius: .053333rem;
	padding: 0 .4rem;
}
.m-form .group .label {
	font-size: .373333rem;
	color: #323233;
	margin-right: .4rem;
	position: relative;
}
.m-form .group .inp {
	height: 100%;
	position: relative;
	line-height: 0;
	/*top: -.053333rem;*/
}
.m-form .group .inp input {
	width: 100%;
	height: .8rem;
	font-size: .426667rem;
	color: #323233;
}
.m-form .m-btns {
	width: 10rem;
	margin-top: 1.066667rem;
}
.m-form .m-btns .m-btn {
	width: 9.2rem;
	line-height: 1.066667rem;
	border-radius: 1rem;
	background-color: #ff1962;
	text-align: center;
	font-size: .373333rem;
	color: #fff;
	animation: scale_btn 3s linear infinite;
	position: relative;
	overflow: hidden;
}
.m-form .m-btns .m-btn .light {
	width: 42px;
	height: 50px;
	z-index: 2;
    position: absolute;
    display: block;
    top: 0;
    left: -42px;
    background-image: url('/skin/v3/img/light.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-animation: btn_move 3s both infinite;
	animation: btn_move 3s both infinite;
}

@keyframes scale_btn {
	0% {
	    transform: scale(1);
	    -webkit-transform: scale(1);
	    -ms-transform: scale(1);
	}
	33% {
	    transform: scale(0.95);
	    -webkit-transform: scale(0.95);
	    -ms-transform: scale(0.95);
	}
	66% {
	    transform: scale(1);
	    -webkit-transform: scale(1);
	    -ms-transform: scale(1);
	}
	100% {
	    transform: scale(1);
	    -webkit-transform: scale(1);
	    -ms-transform: scale(1);
	}
}
@keyframes btn_move {
	0% {
	    left: -40px;
	    opacity: 0.6;
	}
	25% {
	    left: 100%;
	    opacity: 0.2;
	}
	50% {
	    left: 100%;
	    opacity: 0.2;
	}
	75% {
	    left: 100%;
	    opacity: 0.6;
	}
	100% {
	    left: 100%;
	    opacity: 0.6;
	}
}


/*页面通用弹窗样式*/
.model_box {
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
}
.model_box .model {
	width: 435px;
	min-height: 174px;
	display: block;
	-webkit-box-shadow: 0 6px 20px 0 rgb(50 50 51 / 10%);
	box-shadow: 0 6px 20px 0 rgb(50 50 51 / 10%);
	background-color: #fff;
	border-radius: 8px;
	position: relative;
}
.model_box .model .top {
	width: 100%;
	text-align: right;
}
.model_box .model .top.wxtop {
	position: absolute;
	top: 0;
	z-index: 10;
}
.model_box .model .model-close {
	width: 60px;
	height: 60px;
	display: inline-block;
	padding: 10px;
}
.model_box .model .model-close .icon {
	font-size: 32px;
	color: #666;
}
.model_box .model .model_con {
	text-align: center;
	font-size: 16px;
	color: #323233;
	padding: 20px 30px;
}

.model_box .model .model_con .iconbox {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.model_box .model .model_con .iconbox .icon {
	font-size: 24px;
	color: #1aad17;
}
.model_box .model .model_con .tit {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 5px
}
.model_box .model .model_con .small {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-bottom: 10px
}
.model_box .model .model_con .btnbox {
	width: 100%;
	text-align: center;
}
.model_box .model .model_con .btnbox .btns {
	display: inline-block;
	width: 138px;
	line-height: 40px;
	background-color: #1aad17;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}


.model_box.m-mobile .model {
	width: 6.6rem;
    min-height: 3.6rem;
}
.model_box.m-mobile .model .model-close {
	width: .8rem;
	height: .8rem;
	padding: .2rem;
	line-height: .56rem;
	box-sizing: content-box;
}
.model_box.m-mobile .model .model-close .icon {
	font-size: .6rem;
	position: relative;
}
.model_box.m-mobile .model .model_con {
	font-size: .4rem;
	padding: .4rem .6rem;
}

.fixedwechat {
	position: fixed;
	right: 15px;
	bottom: 100px;
	z-index: 99;
}
.fixedwechat .wechat {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	background-color: #1aad17;
	overflow: hidden;
}
.fixedwechat .wechat .icon {
	font-size: 18px;
	color: #fff;
}
.fixedwechat .wechat .light {
	width: 42px;
	height: 50px;
	z-index: 2;
    position: absolute;
    display: block;
    top: 0;
    left: -42px;
    background-image: url('/skin/v3/img/light.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: move 3s both infinite;
}

@keyframes move {
	0% {
	    left: -40px;
	    opacity: 0.6;
	}
	25% {
	    left: 100%;
	    opacity: 0.2;
	}
	50% {
	    left: 100%;
	    opacity: 0.2;
	}
	75% {
	    left: -40px;
	    opacity: 0.6;
	}
	100% {
	    left: -40px;
	    opacity: 0.6;
	}
}


/*在线客服插件样式*/
.main-contact {
	display: none !important;
}
.main-chat {
	width: 330px !important;
    max-height: 500px !important;
    bottom: 0 !important;
    right: 0 !important;
}

















